home *** CD-ROM | disk | FTP | other *** search
- object PromptForm: TPromptForm
- Left = 282
- Top = 186
- Width = 438
- Height = 214
- ActiveControl = OKButton
- BorderIcons = []
- Caption = 'Benthic Software'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 430
- Height = 149
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 0
- object TextMemo: TMemo
- Left = 5
- Top = 5
- Width = 420
- Height = 139
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- WantReturns = False
- WordWrap = False
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 149
- Width = 430
- Height = 36
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object OKButton: TRzButton
- Left = 6
- Top = 4
- Cancel = True
- Default = True
- ModalResult = 1
- Caption = '&Ok'
- HotTrack = True
- TabOrder = 0
- end
- object CopyToClipboardButton: TRzButton
- Left = 92
- Top = 4
- Width = 129
- Caption = 'Copy to clipboard'
- HotTrack = True
- TabOrder = 1
- OnClick = CopyToClipboardButtonClick
- end
- end
- end
-